home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / image / sw14b.zip / SIMPWINH.ZIP / mouse21.h next >
Text File  |  1996-10-10  |  499b  |  25 lines

  1. /* simple windows copyright 1994,1995,1996 by bruce r. o'banion */
  2.  
  3. int mouinstalled(void);
  4. void moureset(void);
  5. int moubuttonpressed(int);
  6. void mou_on(void);
  7. void mou_off(void);
  8. void mouhide(void);
  9. void moushow(void);
  10. void mousetposition(int,int);
  11. int mouposition(int*,int*);
  12. int mousetmaxposition(int,int,int,int);
  13. int moubuttonrelease(int);
  14. int loadcurs(void*,int);
  15. void mouruncursor(void);
  16.  
  17. #define LEFTBUTTON     0
  18. #define RIGHTBUTTON    1
  19. #define MIDBUTTON      2
  20.  
  21.  
  22.  
  23.  
  24.  
  25.